home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
CHIP_CD_2005-06.iso
/
test
/
fruity
/
flstudio502_install.exe
/
Fruity Spectroman.dll
/
0
/
RCDATA
/
TSYNTHEDITORFORM
/
TSYNTHEDITORFORM.txt
Wrap
Text File
|
2004-04-21
|
4KB
|
175 lines
object SynthEditorForm: TSynthEditorForm
Left = 212
Top = 376
BorderIcons = []
BorderStyle = bsSingle
Caption = 'SynthForm'
ClientHeight = 159
ClientWidth = 285
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poDefault
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SynthPanel: TWPControl
Left = 0
Top = 0
Width = 285
Height = 159
Align = alClient
Color = 5452845
ParentColor = False
ParentShowHint = True
object FreqScaleWheel: TWAVWheel
Tag = 2
Left = 221
Top = 111
Width = 23
Height = 23
Hint = '|^b^aFrequency scale'
Options = []
MoveSpeed = 8
SlowMotionDiv = 4
Max = 128
Value = 64
DefaultValue = 64
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 8
HotSideY = 2
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object AmpWheel: TWAVWheel
Tag = 1
Left = 228
Top = 85
Width = 23
Height = 23
Hint = '|^b^aAmplification'
Options = []
MoveSpeed = 16
SlowMotionDiv = 4
Max = 128
Value = 64
DefaultValue = 64
OnChange = CutoffWheelChange
MouseButton = mbLeft
HotSideX = 8
HotSideY = 2
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.MainWheelIL
end
object SpectrumScope: TWAVScope
Left = 45
Top = 30
Width = 128
Height = 100
Cursor = crCross
BackColor = clBlack
CenterColor = clGray
LineColor = clWhite
LineColor_Right = clWhite
OnMouseMove = GridSelectMouseMove
end
object PeaksBtn: TQuickBtn
Tag = -1
Left = 216
Top = 60
Width = 55
Height = 10
Cursor = crHandPoint
Hint = '|Show band peaks'
ParentFont = False
ParentColor = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
Style = FS_Transparent
Spacing = 4
TextAlign = ttaBitmapRight
AccelKey = 0
FXType = FX_Blend
BmpList = SynthResModule.LEDIL
OnClick = WindowBtnClick
Down = True
PopupAlign = Popup_Normal
end
object WindowBtn: TQuickBtn
Tag = -1
Left = 216
Top = 70
Width = 55
Height = 10
Cursor = crHandPoint
Hint = '|Perform windowing before FFT'
ParentFont = False
ParentColor = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
Style = FS_Transparent
Spacing = 4
TextAlign = ttaBitmapRight
AccelKey = 0
FXType = FX_Blend
BmpList = SynthResModule.LEDIL
OnClick = WindowBtnClick
Down = True
PopupAlign = Popup_Normal
end
object ModeSelect: TSelector
Left = 252
Top = 35
Width = 32
Height = 12
Cursor = crHandPoint
Hint = '|^b^aOutput mode'
NumCols = 2
NumRows = 1
Value = 1
DefaultValue = 1
OnChange = CutoffWheelChange
PopupMenu = SynthResModule.WheelMenu
end
object StereoBtn: TQuickBtn
Tag = -1
Left = 216
Top = 50
Width = 55
Height = 10
Cursor = crHandPoint
Hint = '|Stereo processing'
ParentFont = False
ParentColor = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
Style = FS_Transparent
Spacing = 4
TextAlign = ttaBitmapRight
AccelKey = 0
FXType = FX_Blend
BmpList = SynthResModule.LEDIL
OnClick = StereoBtnClick
PopupAlign = Popup_Normal
end
end
end